[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
MIN(TEXP) (INTEGER)
Function
Extract the minute (0-59) of the hour from a specified time of day.
Syntax
MIN(texp)
texp = Any time expression.
Return Type & Value
INTEGER
Returns the minute of the hour from the specified time expression (texp).
Valid return values are from 0 to 59.
Remarks
This function allows you to extract a particular piece of information
about a TIME value, in this case the minute of the hour of the time of day
expression.
Examples
PRINTLN "The minute is ",MIN(TIME())
See Also:
HOUR()
SEC()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson